Invokes the function with the specified name.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public virtual Object InvokeFunction ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function InvokeFunction( _ |
The name of the function to invoke.
The list of arguments of the function.
The result of the invocation.
RemarksIf the specified name does not match any of the built-in functions, the DispatchFunctionCall is raised.
See Also